Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor projects and update JSON handling #12

Merged
merged 2 commits into from
Jun 14, 2024
Merged

Conversation

jamesmontemagno
Copy link
Contributor

  • Removed Linux-specific and debugging settings in Api.csproj, indicating a shift in deployment and development strategies.
  • Eliminated UserSecretsId and Docker configurations, suggesting changes in secrets management and containerization approach.
  • Removed OpenApiReference and Newtonsoft.Json references in MyWeatherHub.csproj, transitioning to System.Text.Json for JSON operations.
  • Added NwsManager class with async methods for weather data fetching, aligning with the new JSON strategy.
  • Introduced new data types Zone and Forecast for handling deserialized data, supporting the updated functionality in weather data processing.

- Removed Linux-specific and debugging settings in Api.csproj, indicating a shift in deployment and development strategies.
- Eliminated UserSecretsId and Docker configurations, suggesting changes in secrets management and containerization approach.
- Removed OpenApiReference and Newtonsoft.Json references in MyWeatherHub.csproj, transitioning to System.Text.Json for JSON operations.
- Added NwsManager class with async methods for weather data fetching, aligning with the new JSON strategy.
- Introduced new data types `Zone` and `Forecast` for handling deserialized data, supporting the updated functionality in weather data processing.
@jamesmontemagno jamesmontemagno merged commit 6ce3dfd into main Jun 14, 2024
4 checks passed
@jamesmontemagno jamesmontemagno deleted the update-api-comlete branch June 14, 2024 20:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants